home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0828.ZIP / DEXPERT.ZIP / PROMPTS.FMT < prev    next >
Text File  |  1987-02-05  |  2KB  |  55 lines

  1. @  0, 23  SAY "Enter Prompt Text Below"
  2. @ 1,0 say "P1"
  3. @ 1,3 get aa->prompt1
  4. @  2,  0  SAY "P2"
  5. @  2,  3  GET  aa->PROMPT2  
  6. @  3,  0  SAY "P3"
  7. @  3,  3  GET  aa->PROMPT3  
  8. @  4,  0  SAY "P4"
  9. @  4,  3  GET  aa->PROMPT4  
  10. @  6,  0  SAY "If Response is:->"
  11. @  6, 17  GET  aa->RESPONSE1
  12. @  6, 20  SAY "-> Go to Screen Number:"
  13. @  6, 44  GET  aa->LINKER1
  14. @  7,  2  SAY "If Response is:->"
  15. @  7, 19  GET  aa->RESPONSE2
  16. @  7, 22  SAY "---->Go to Screen Number:"
  17. @  7, 48  GET  aa->LINKER2
  18. @  8,  4  SAY "If Response is->"
  19. @  8, 20  GET  aa->RESPONSE3
  20. @  8, 23  SAY "-------> Go to Screen Number:"
  21. @  8, 53  GET  aa->LINKER3
  22. @  9,  6  SAY "If Response is->"
  23. @  9, 22  GET  aa->RESPONSE4
  24. @  9, 25  SAY "---------->Go to Screen Number:"
  25. @  9, 57  GET  aa->LINKER4
  26. @ 10,  8  SAY "If Response is->"
  27. @ 10, 24  GET  aa->RESPONSE5
  28. @ 10, 27  SAY "-----------> Go to Screen Number:"
  29. @ 10, 61  GET  aa->LINKER5
  30. @ 11, 10  SAY "If Response is->"
  31. @ 11, 26  GET  aa->RESPONSE6
  32. @ 11, 29  SAY "------------->Go to Screen Number:"
  33. @ 11, 64  GET  aa->LINKER6
  34. @ 12, 12  SAY "If Response is->"
  35. @ 12, 28  GET  aa->RESPONSE7
  36. @ 12, 31  SAY "--------------> Go to screen Number:"
  37. @ 12, 68  GET  aa->LINKER7
  38. @ 13, 14  SAY "If Response is->"
  39. @ 13, 30  GET  aa->RESPONSE8
  40. @ 13, 33  SAY "----------------> Go to Screen Number:"
  41. @ 13, 72  GET  aa->LINKER8
  42. @ 14, 16  SAY "If Response is->"
  43. @ 14, 32  GET  aa->RESPONSE9
  44. @ 14, 35  SAY "------------------> Go to Screen Number:"
  45. @ 14, 76  GET  aa->LINKER9
  46. @ 15, 18  SAY "If Response is->"
  47. @ 15, 34  GET  aa->RESPONSE10
  48. @ 15, 37  SAY "------------->Go to Screen Number:"
  49. @ 15, 71  GET  aa->LINKER10
  50. @ 17, 31  SAY "Code for Text Color:"
  51. @ 17, 52  GET  aa->TOPCOLOR
  52. @ 19, 29  SAY "Code for Prompt Color:"
  53. @ 19, 52  GET  aa->BELOWCOLOR
  54. @ 22,35 say "Edit Screen"
  55. @ 24,0 say "Screen Number "+ltrim(str(recno()))